type runtime.unwindFlags

6 uses

	runtime (current package)
		traceback.go#L39: type unwindFlags uint8
		traceback.go#L54: 	unwindPrintErrors unwindFlags = 1 << iota
		traceback.go#L116: 	flags unwindFlags
		traceback.go#L123: func (u *unwinder) init(gp *g, flags unwindFlags) {
		traceback.go#L133: func (u *unwinder) initAt(pc0, sp0, lr0 uintptr, gp *g, flags unwindFlags) {
		traceback.go#L824: func traceback1(pc, sp, lr uintptr, gp *g, flags unwindFlags) {